STEP 5: Let's display the circle's area on the stage, so we can see it change later!
- From drag out Variable Display and drop it at the bottom of your code.
- Change the display's variable name from my_display to circle_display.
- Change the variable argument in codesters.Display() from my_var to circle_area.
- Change the coordinates in .Display() from -200, 150 to 80, 10.
To navigate the page using the TAB key, first press ESC to exit the code editor.